home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Frameworks / PennyWise™ Framework / PennyWise Application Framework / PWAboutBox.h < prev    next >
Encoding:
Text File  |  1994-08-05  |  651 b   |  21 lines  |  [TEXT/KAHL]

  1. //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  2. //                                                                                //
  3. //                                                                                //
  4. //                    Copyright PennyWise Software, 1994.                            //
  5. //                                                                                //
  6. //            Part of the PennyWise Software Application Framework                //
  7. //                                                                                //
  8. //                                                                                //
  9. //            PWAboutBox.h            Written by Peter Kaplan                        //
  10. //                                                                                //
  11. //                                                                                //
  12. //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  13. #ifndef _PW_ABOUT_BOX_
  14. #define _PW_ABOUT_BOX_
  15.  
  16. #define     ABOUT_DIALOG     130
  17. #define        ABOUT_PICT        130
  18.     
  19.     extern void    DoAboutDialog(void);
  20.  
  21. #endif